home *** CD-ROM | disk | FTP | other *** search
- /* COUNTRY.H
- *==========================================================================
- * DATE: April 3, 1990
- * DESCRIPTION: COUNTRY DEFINE for ACTIVE COUNTRY
- */
- #define TRUE 1
- #define FALSE 0
-
- #define USA FALSE
- #define UK FALSE /* The UK might use the same resource, but */
- /* it needs to be compiled on its own... */
- #define GERMAN FALSE
- #define FRENCH FALSE
-
- #define SPAIN FALSE
- #define SWEDEN TRUE
- #define ITALY FALSE
-
-